gusucode.com > ASP+ACCESS在线手机销售系统(论文+源代码+答辩PPT) > ASP+ACCESS在线手机销售系统(论文+源代码+答辩PPT)\9)ASP 在线手机销售系统\HandsetPro\handset\admin\Include\checkuser.asp

    <%
	if  Session("AdminAccount")  =  "" then
		Response.Clear
		Server.Transfer("login.asp")
	end if
%>